dtv_fe_stats

struct dtv_fe_stats - store Digital TV frontend statistics

@len: length of the statistics - if zero, stats is disabled. @stat: array with digital TV statistics.

On most standards, @len can either be 0 or 1. However, for ISDB, each layer is modulated in separate. So, each layer may have its own set of statistics. If so, stat[0] carries on a global value for the property. Indexes 1 to 3 means layer A to B.

extern (C)
struct dtv_fe_stats {}

Members

Variables

len
ubyte len;
Undocumented in source.
stat
dtv_stats[MAX_DTV_STATS] stat;
Undocumented in source.

Meta